home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / lists / join < prev    next >
Encoding:
Text File  |  1993-10-26  |  415 b   |  15 lines  |  [TEXT/$Tcl]

  1.  
  2.           join list ?joinString?
  3.  
  4.  
  5.      DESCRIPTION
  6.           The list argument must be a valid Tcl  list.   This  command
  7.           returns  the string formed by joining all of the elements of
  8.           list together with joinString separating each adjacent  pair
  9.           of  elements.   The  joinString argument defaults to a space
  10.           character.
  11.  
  12.  
  13.      KEYWORDS
  14.           element, join, list, separator
  15.